% df -h
and if you are 100% full on the same partition as where your mysql data is located, you will need to drill down and find the sink like this:
% cd /
% du -skh *
That will list the offending directories.. Purge files as required and MySQL should be happy again.
christo